home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 1 / Amiga Tools.iso / egs-tools / egs_dev-disk / egsincludes / clib / gbtwodimprop_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-06  |  1.4 KB  |  50 lines

  1. #ifndef CLIB_EGB_GBTWODIMPROP_PROTOS_H
  2. #define CLIB_EGB_GBTWODIMPROP_PROTOS_H
  3.  
  4. /***************************************************************************\
  5. *  $
  6. *  $ FILE     : gbtwodimprop_protos.h
  7. *  $ VERSION  : 1
  8. *  $ REVISION : 4
  9. *  $ DATE     : 08-Dec-93 13:47
  10. *  $
  11. *  $ Author   : mvk
  12. *  $
  13. *
  14. *  C prototypes
  15. *
  16. *****************************************************************************
  17. *                                                                           *
  18. * (c) Copyright 1990/94 VIONA Development                                   *
  19. *     All Rights Reserved                                                   *
  20. *                                                                           *
  21. \***************************************************************************/
  22.  
  23. #ifndef         EXEC_TYPES_H
  24. #include        <exec/types.h>
  25. #endif
  26. #ifndef         EGS_EGSINTUI_H
  27. #include        <egs/egsintui.h>
  28. #endif
  29. #ifndef         EGS_EGSGADBOX_H
  30. #include        <egs/egsgadbox.h>
  31. #endif
  32. #ifndef         EGS_EGB_GBTWODIMPROP_H
  33. #include        <egs/egb/gbtwodimprop.h>
  34. #endif
  35.  
  36.  
  37. EB_GadBoxPtr EGB_CreateTwoDPropGadget(EB_GadContext con,
  38.                      WORD hmax, WORD hsize, WORD hval,
  39.                      WORD vmax, WORD vsize, WORD vval,
  40.                      LONG id);
  41.  
  42. void EGB_ModifyTwoDPropGadget(EI_WindowPtr win,
  43.                   EI_GadgetPtr gad,
  44.                   WORD hmax, WORD hsize, WORD hval,
  45.                   WORD vmax, WORD vsize, WORD vval);
  46.  
  47.  
  48. #endif /* CLIB_EGB_GBTWODIMPROP_PROTOS_H */
  49.  
  50.